home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 1996 World Exposition
/
park.org.s3.amazonaws.com.7z
/
park.org.s3.amazonaws.com
/
Japan
/
CSK
/
hyakki
/
zatuwa
/
movie
/
eawase.dcr
/
00016_time count.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2017-09-21
|
185 b
|
11 lines
on enterFrame
set timer to field "time"
set timer to integer(timer - 1)
if timer < 1 then
clearscreen()
go("timeover")
else
put timer into field "time"
end if
end